home *** CD-ROM | disk | FTP | other *** search
/ American History: Interactive Maps & User's Guide / American History: Interactive Maps & User's Guide.iso / pc / IMAP29 / XIMAP29.dxr / 00019.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  188 b   |  10 lines

  1. on mouseUp
  2.   global gintClosedCaptionStatus
  3.   if gintClosedCaptionStatus > 0 then
  4.     exit
  5.   end if
  6.   hSound(1, "click.aif")
  7.   hVisibleSprite(0, 32, 34)
  8.   hCursor(0, "finger", 32, 32)
  9. end
  10.